|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimageware.DoubleBuffer
imageware.DoubleAccess
public class DoubleAccess
Class DoubleAccess.
| Field Summary |
|---|
| Fields inherited from class imageware.DoubleBuffer |
|---|
data, nx, nxy, ny, nz |
| Constructor Summary | |
|---|---|
protected |
DoubleAccess(byte[][][] array,
int mode)
|
protected |
DoubleAccess(byte[][] array,
int mode)
|
protected |
DoubleAccess(byte[] array,
int mode)
|
protected |
DoubleAccess(double[][][] array,
int mode)
|
protected |
DoubleAccess(double[][] array,
int mode)
|
protected |
DoubleAccess(double[] array,
int mode)
|
protected |
DoubleAccess(float[][][] array,
int mode)
|
protected |
DoubleAccess(float[][] array,
int mode)
|
protected |
DoubleAccess(float[] array,
int mode)
|
protected |
DoubleAccess(java.awt.Image image,
int mode)
|
protected |
DoubleAccess(ij.ImageStack stack,
byte chan)
|
protected |
DoubleAccess(ij.ImageStack stack,
int mode)
|
protected |
DoubleAccess(int nx,
int ny,
int nz)
|
protected |
DoubleAccess(short[][][] array,
int mode)
|
protected |
DoubleAccess(short[][] array,
int mode)
|
protected |
DoubleAccess(short[] array,
int mode)
|
| Method Summary | |
|---|---|
void |
getBlockX(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in X axis. |
void |
getBlockX(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in X axis. |
void |
getBlockX(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in X axis. |
void |
getBlockX(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in X axis. |
void |
getBlockXY(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
get an array into the imageware at the start position (x,y,z) in XY axis. |
void |
getBlockXY(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
get an array into the imageware at the start position (x,y,z) in XY axis. |
void |
getBlockXY(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
get an array into the imageware at the start position (x,y,z) in XY axis. |
void |
getBlockXY(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
get an array into the imageware at the start position (x,y,z) in XY axis. |
void |
getBlockXYZ(int x,
int y,
int z,
byte[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XYZ axis. |
void |
getBlockXYZ(int x,
int y,
int z,
double[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XYZ axis. |
void |
getBlockXYZ(int x,
int y,
int z,
float[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XYZ axis. |
void |
getBlockXYZ(int x,
int y,
int z,
short[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XYZ axis. |
void |
getBlockXZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XZ axis. |
void |
getBlockXZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XZ axis. |
void |
getBlockXZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XZ axis. |
void |
getBlockXZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in XZ axis. |
void |
getBlockY(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Y axis. |
void |
getBlockY(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Y axis. |
void |
getBlockY(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Y axis. |
void |
getBlockY(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Y axis. |
void |
getBlockYZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in YZ axis. |
void |
getBlockYZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in YZ axis. |
void |
getBlockYZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in YZ axis. |
void |
getBlockYZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in YZ axis. |
void |
getBlockZ(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Z axis. |
void |
getBlockZ(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Z axis. |
void |
getBlockZ(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Z axis. |
void |
getBlockZ(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
Get an array from the imageware at the start position (x,y,z) in Z axis. |
void |
getBoundedX(int x,
int y,
int z,
byte[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getBoundedX(int x,
int y,
int z,
double[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getBoundedX(int x,
int y,
int z,
float[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getBoundedX(int x,
int y,
int z,
short[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getBoundedXY(int x,
int y,
int z,
byte[][] buffer)
Get an array from the imageware at the position (x,y,z) in XY axis. |
void |
getBoundedXY(int x,
int y,
int z,
double[][] buffer)
Get an array from the imageware at the position (x,y,z) in XY axis. |
void |
getBoundedXY(int x,
int y,
int z,
float[][] buffer)
Get an array from the imageware at the position (x,y,z) in XY axis. |
void |
getBoundedXY(int x,
int y,
int z,
short[][] buffer)
Get an array from the imageware at the position (x,y,z) in XY axis. |
void |
getBoundedXYZ(int x,
int y,
int z,
byte[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getBoundedXYZ(int x,
int y,
int z,
double[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getBoundedXYZ(int x,
int y,
int z,
float[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getBoundedXYZ(int x,
int y,
int z,
short[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getBoundedXZ(int x,
int y,
int z,
byte[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getBoundedXZ(int x,
int y,
int z,
double[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getBoundedXZ(int x,
int y,
int z,
float[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getBoundedXZ(int x,
int y,
int z,
short[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getBoundedY(int x,
int y,
int z,
byte[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getBoundedY(int x,
int y,
int z,
double[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getBoundedY(int x,
int y,
int z,
float[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getBoundedY(int x,
int y,
int z,
short[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getBoundedYZ(int x,
int y,
int z,
byte[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getBoundedYZ(int x,
int y,
int z,
double[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getBoundedYZ(int x,
int y,
int z,
float[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getBoundedYZ(int x,
int y,
int z,
short[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getBoundedZ(int x,
int y,
int z,
byte[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getBoundedZ(int x,
int y,
int z,
double[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getBoundedZ(int x,
int y,
int z,
float[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getBoundedZ(int x,
int y,
int z,
short[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
double |
getInterpolatedPixel(double x,
double y,
double z)
Get a interpolated pixel value at specific position without specific boundary conditions. |
double |
getInterpolatedPixel(double x,
double y,
double z,
byte boundaryConditions)
Get a interpolated pixel value at specific position with specific boundary conditions. |
void |
getNeighborhoodX(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in X axis. |
void |
getNeighborhoodX(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in X axis. |
void |
getNeighborhoodX(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in X axis. |
void |
getNeighborhoodX(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in X axis. |
void |
getNeighborhoodXY(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
get an array into the imageware at the center position (x,y,z) in XY axis. |
void |
getNeighborhoodXY(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
get an array into the imageware at the center position (x,y,z) in XY axis. |
void |
getNeighborhoodXY(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
get an array into the imageware at the center position (x,y,z) in XY axis. |
void |
getNeighborhoodXY(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
get an array into the imageware at the center position (x,y,z) in XY axis. |
void |
getNeighborhoodXYZ(int x,
int y,
int z,
byte[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XYZ axis. |
void |
getNeighborhoodXYZ(int x,
int y,
int z,
double[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XYZ axis. |
void |
getNeighborhoodXYZ(int x,
int y,
int z,
float[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XYZ axis. |
void |
getNeighborhoodXYZ(int x,
int y,
int z,
short[][][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XYZ axis. |
void |
getNeighborhoodXZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XZ axis. |
void |
getNeighborhoodXZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XZ axis. |
void |
getNeighborhoodXZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XZ axis. |
void |
getNeighborhoodXZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in XZ axis. |
void |
getNeighborhoodY(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Y axis. |
void |
getNeighborhoodY(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Y axis. |
void |
getNeighborhoodY(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Y axis. |
void |
getNeighborhoodY(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Y axis. |
void |
getNeighborhoodYZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in YZ axis. |
void |
getNeighborhoodYZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in YZ axis. |
void |
getNeighborhoodYZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in YZ axis. |
void |
getNeighborhoodYZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in YZ axis. |
void |
getNeighborhoodZ(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Z axis. |
void |
getNeighborhoodZ(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Z axis. |
void |
getNeighborhoodZ(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Z axis. |
void |
getNeighborhoodZ(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
Get an array from the imageware at the center position (x,y,z) in Z axis. |
double |
getPixel(int x,
int y,
int z)
Get a pixel at specific position without specific boundary conditions If the positions is outside of this imageware, the method return 0.0. |
double |
getPixel(int x,
int y,
int z,
byte boundaryConditions)
Get a pixel at specific position with specific boundary conditions If the positions is outside of this imageware, the method apply the boundary conditions to return a value. |
void |
putBoundedX(int x,
int y,
int z,
byte[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putBoundedX(int x,
int y,
int z,
double[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putBoundedX(int x,
int y,
int z,
float[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putBoundedX(int x,
int y,
int z,
short[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putBoundedXY(int x,
int y,
int z,
byte[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putBoundedXY(int x,
int y,
int z,
double[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putBoundedXY(int x,
int y,
int z,
float[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putBoundedXY(int x,
int y,
int z,
short[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putBoundedXYZ(int x,
int y,
int z,
byte[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putBoundedXYZ(int x,
int y,
int z,
double[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putBoundedXYZ(int x,
int y,
int z,
float[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putBoundedXYZ(int x,
int y,
int z,
short[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putBoundedXZ(int x,
int y,
int z,
byte[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putBoundedXZ(int x,
int y,
int z,
double[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putBoundedXZ(int x,
int y,
int z,
float[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putBoundedXZ(int x,
int y,
int z,
short[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putBoundedY(int x,
int y,
int z,
byte[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putBoundedY(int x,
int y,
int z,
double[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putBoundedY(int x,
int y,
int z,
float[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putBoundedY(int x,
int y,
int z,
short[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putBoundedYZ(int x,
int y,
int z,
byte[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putBoundedYZ(int x,
int y,
int z,
double[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putBoundedYZ(int x,
int y,
int z,
float[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putBoundedYZ(int x,
int y,
int z,
short[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putBoundedZ(int x,
int y,
int z,
byte[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putBoundedZ(int x,
int y,
int z,
double[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putBoundedZ(int x,
int y,
int z,
float[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putBoundedZ(int x,
int y,
int z,
short[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putPixel(int x,
int y,
int z,
double value)
Put a pixel at specific position If the positions is outside of this imageware, the method does nothing. |
| Methods inherited from class imageware.DoubleBuffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ, throw_constructor, throw_constructor, throw_get, throw_put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface imageware.Buffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ |
| Constructor Detail |
|---|
protected DoubleAccess(int nx,
int ny,
int nz)
protected DoubleAccess(java.awt.Image image,
int mode)
protected DoubleAccess(ij.ImageStack stack,
int mode)
protected DoubleAccess(ij.ImageStack stack,
byte chan)
protected DoubleAccess(byte[] array,
int mode)
protected DoubleAccess(byte[][] array,
int mode)
protected DoubleAccess(byte[][][] array,
int mode)
protected DoubleAccess(short[] array,
int mode)
protected DoubleAccess(short[][] array,
int mode)
protected DoubleAccess(short[][][] array,
int mode)
protected DoubleAccess(float[] array,
int mode)
protected DoubleAccess(float[][] array,
int mode)
protected DoubleAccess(float[][][] array,
int mode)
protected DoubleAccess(double[] array,
int mode)
protected DoubleAccess(double[][] array,
int mode)
protected DoubleAccess(double[][][] array,
int mode)
| Method Detail |
|---|
public double getPixel(int x,
int y,
int z)
getPixel in interface Accessx - position in the X axisy - position in the Y axisz - position in the Z axis
public double getPixel(int x,
int y,
int z,
byte boundaryConditions)
getPixel in interface Accessx - position in the X axisy - position in the Y axisz - position in the Z axis
public double getInterpolatedPixel(double x,
double y,
double z)
getInterpolatedPixel in interface Accessx - position in the X axisy - position in the Y axisz - position in the Z axis
public double getInterpolatedPixel(double x,
double y,
double z,
byte boundaryConditions)
getInterpolatedPixel in interface Accessx - position in the X axisy - position in the Y axisz - position in the Z axisboundaryConditions - MIRROR or PERIODIC boundary conditions
public void putPixel(int x,
int y,
int z,
double value)
putPixel in interface Accessx - position in the X axisy - position in the Y axisz - position in the Z axis
public void getBoundedX(int x,
int y,
int z,
byte[] buffer)
getBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to get into the imageware
public void getBoundedX(int x,
int y,
int z,
short[] buffer)
getBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to get into the imageware
public void getBoundedX(int x,
int y,
int z,
float[] buffer)
getBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to get into the imageware
public void getBoundedX(int x,
int y,
int z,
double[] buffer)
getBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to get into the imageware
public void getBoundedY(int x,
int y,
int z,
byte[] buffer)
getBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to get into the imageware
public void getBoundedY(int x,
int y,
int z,
short[] buffer)
getBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to get into the imageware
public void getBoundedY(int x,
int y,
int z,
float[] buffer)
getBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to get into the imageware
public void getBoundedY(int x,
int y,
int z,
double[] buffer)
getBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to get into the imageware
public void getBoundedZ(int x,
int y,
int z,
byte[] buffer)
getBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to get into the imageware
public void getBoundedZ(int x,
int y,
int z,
short[] buffer)
getBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to get into the imageware
public void getBoundedZ(int x,
int y,
int z,
float[] buffer)
getBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to get into the imageware
public void getBoundedZ(int x,
int y,
int z,
double[] buffer)
getBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to get into the imageware
public void getBoundedXY(int x,
int y,
int z,
byte[][] buffer)
getBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to get into the imageware
public void getBoundedXY(int x,
int y,
int z,
short[][] buffer)
getBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to get into the imageware
public void getBoundedXY(int x,
int y,
int z,
float[][] buffer)
getBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to get into the imageware
public void getBoundedXY(int x,
int y,
int z,
double[][] buffer)
getBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to get into the imageware
public void getBoundedXZ(int x,
int y,
int z,
byte[][] buffer)
getBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to get into the imageware
public void getBoundedXZ(int x,
int y,
int z,
short[][] buffer)
getBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to get into the imageware
public void getBoundedXZ(int x,
int y,
int z,
float[][] buffer)
getBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to get into the imageware
public void getBoundedXZ(int x,
int y,
int z,
double[][] buffer)
getBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to get into the imageware
public void getBoundedYZ(int x,
int y,
int z,
byte[][] buffer)
getBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to get into the imageware
public void getBoundedYZ(int x,
int y,
int z,
short[][] buffer)
getBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to get into the imageware
public void getBoundedYZ(int x,
int y,
int z,
float[][] buffer)
getBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to get into the imageware
public void getBoundedYZ(int x,
int y,
int z,
double[][] buffer)
getBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to get into the imageware
public void getBoundedXYZ(int x,
int y,
int z,
byte[][][] buffer)
getBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 3D array to get into the imageware
public void getBoundedXYZ(int x,
int y,
int z,
short[][][] buffer)
getBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 3D array to get into the imageware
public void getBoundedXYZ(int x,
int y,
int z,
float[][][] buffer)
getBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 3D array to get into the imageware
public void getBoundedXYZ(int x,
int y,
int z,
double[][][] buffer)
getBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 3D array to get into the imageware
public void getBlockX(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
getBlockX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockX(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
getBlockX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockX(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
getBlockX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockX(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
getBlockX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockY(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
getBlockY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockY(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
getBlockY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockY(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
getBlockY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockY(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
getBlockY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockZ(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
getBlockZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockZ(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
getBlockZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockZ(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
getBlockZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockZ(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
getBlockZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXY(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
getBlockXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXY(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
getBlockXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXY(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
getBlockXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXY(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
getBlockXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
getBlockXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
getBlockXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
getBlockXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
getBlockXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockYZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
getBlockYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockYZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
getBlockYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockYZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
getBlockYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockYZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
getBlockYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXYZ(int x,
int y,
int z,
byte[][][] buffer,
byte boundaryConditions)
getBlockXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXYZ(int x,
int y,
int z,
short[][][] buffer,
byte boundaryConditions)
getBlockXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXYZ(int x,
int y,
int z,
float[][][] buffer,
byte boundaryConditions)
getBlockXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getBlockXYZ(int x,
int y,
int z,
double[][][] buffer,
byte boundaryConditions)
getBlockXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodX(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
getNeighborhoodX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodX(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
getNeighborhoodX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodX(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
getNeighborhoodX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodX(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
getNeighborhoodX in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodY(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
getNeighborhoodY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodY(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
getNeighborhoodY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodY(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
getNeighborhoodY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodY(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
getNeighborhoodY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodZ(int x,
int y,
int z,
byte[] buffer,
byte boundaryConditions)
getNeighborhoodZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodZ(int x,
int y,
int z,
short[] buffer,
byte boundaryConditions)
getNeighborhoodZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodZ(int x,
int y,
int z,
float[] buffer,
byte boundaryConditions)
getNeighborhoodZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodZ(int x,
int y,
int z,
double[] buffer,
byte boundaryConditions)
getNeighborhoodZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXY(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
getNeighborhoodXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXY(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
getNeighborhoodXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXY(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
getNeighborhoodXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXY(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
getNeighborhoodXY in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
getNeighborhoodXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
getNeighborhoodXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
getNeighborhoodXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
getNeighborhoodXZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodYZ(int x,
int y,
int z,
byte[][] buffer,
byte boundaryConditions)
getNeighborhoodYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodYZ(int x,
int y,
int z,
short[][] buffer,
byte boundaryConditions)
getNeighborhoodYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodYZ(int x,
int y,
int z,
float[][] buffer,
byte boundaryConditions)
getNeighborhoodYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodYZ(int x,
int y,
int z,
double[][] buffer,
byte boundaryConditions)
getNeighborhoodYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXYZ(int x,
int y,
int z,
byte[][][] buffer,
byte boundaryConditions)
getNeighborhoodXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXYZ(int x,
int y,
int z,
short[][][] buffer,
byte boundaryConditions)
getNeighborhoodXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXYZ(int x,
int y,
int z,
float[][][] buffer,
byte boundaryConditions)
getNeighborhoodXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void getNeighborhoodXYZ(int x,
int y,
int z,
double[][][] buffer,
byte boundaryConditions)
getNeighborhoodXYZ in interface Accessx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 3D array to get into the imagewareboundaryConditions - mirror or periodic boundary conditions
public void putBoundedX(int x,
int y,
int z,
byte[] buffer)
putBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to put into the imageware
public void putBoundedX(int x,
int y,
int z,
short[] buffer)
putBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to put into the imageware
public void putBoundedX(int x,
int y,
int z,
float[] buffer)
putBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to put into the imageware
public void putBoundedX(int x,
int y,
int z,
double[] buffer)
putBoundedX in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to put into the imageware
public void putBoundedY(int x,
int y,
int z,
byte[] buffer)
putBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to put into the imageware
public void putBoundedY(int x,
int y,
int z,
short[] buffer)
putBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to put into the imageware
public void putBoundedY(int x,
int y,
int z,
float[] buffer)
putBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to put into the imageware
public void putBoundedY(int x,
int y,
int z,
double[] buffer)
putBoundedY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to put into the imageware
public void putBoundedZ(int x,
int y,
int z,
byte[] buffer)
putBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to put into the imageware
public void putBoundedZ(int x,
int y,
int z,
short[] buffer)
putBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to put into the imageware
public void putBoundedZ(int x,
int y,
int z,
float[] buffer)
putBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to put into the imageware
public void putBoundedZ(int x,
int y,
int z,
double[] buffer)
putBoundedZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to put into the imageware
public void putBoundedXY(int x,
int y,
int z,
byte[][] buffer)
putBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to put into the imageware
public void putBoundedXY(int x,
int y,
int z,
short[][] buffer)
putBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to put into the imageware
public void putBoundedXY(int x,
int y,
int z,
float[][] buffer)
putBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to put into the imageware
public void putBoundedXY(int x,
int y,
int z,
double[][] buffer)
putBoundedXY in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to put into the imageware
public void putBoundedXZ(int x,
int y,
int z,
byte[][] buffer)
putBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to put into the imageware
public void putBoundedXZ(int x,
int y,
int z,
short[][] buffer)
putBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to put into the imageware
public void putBoundedXZ(int x,
int y,
int z,
float[][] buffer)
putBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to put into the imageware
public void putBoundedXZ(int x,
int y,
int z,
double[][] buffer)
putBoundedXZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to put into the imageware
public void putBoundedYZ(int x,
int y,
int z,
byte[][] buffer)
putBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to put into the imageware
public void putBoundedYZ(int x,
int y,
int z,
short[][] buffer)
putBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to put into the imageware
public void putBoundedYZ(int x,
int y,
int z,
float[][] buffer)
putBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to put into the imageware
public void putBoundedYZ(int x,
int y,
int z,
double[][] buffer)
putBoundedYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to put into the imageware
public void putBoundedXYZ(int x,
int y,
int z,
byte[][][] buffer)
putBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 3D array to put into the imageware
public void putBoundedXYZ(int x,
int y,
int z,
short[][][] buffer)
putBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 3D array to put into the imageware
public void putBoundedXYZ(int x,
int y,
int z,
float[][][] buffer)
putBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 3D array to put into the imageware
public void putBoundedXYZ(int x,
int y,
int z,
double[][][] buffer)
putBoundedXYZ in interface Accessx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 3D array to put into the imageware
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||